github.com/klauspost/compress/huff0.bitReaderShifted.advance (method)
4 uses
github.com/klauspost/compress/huff0 (current package)
bitreader.go#L155: b.advance(8 - uint8(highBit32(uint32(v))))
bitreader.go#L165: func (b *bitReaderShifted) advance(n uint8) {
decompress_amd64.go#L124: br.advance(nBits)
decompress_amd64.go#L217: br.advance(nBits)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |